home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / DMO / DMOSample / dmosample.def < prev    next >
Encoding:
Text File  |  2001-10-09  |  214 b   |  10 lines

  1. ; dmosample.def : Declares the module parameters.
  2.  
  3. LIBRARY      "dmosample.DLL"
  4.  
  5. EXPORTS
  6.     DllCanUnloadNow     PRIVATE
  7.     DllGetClassObject   PRIVATE
  8.     DllRegisterServer   PRIVATE
  9.     DllUnregisterServer    PRIVATE
  10.